'Declaration
Public Class MappingCollectionBase(Of T As {New, BasePersistableObject}) Inherits System.Collections.ObjectModel.KeyedCollection(Of String,MappingInfo)
public class MappingCollectionBase<T> : System.Collections.ObjectModel.KeyedCollection<string,MappingInfo> where T: new(), BasePersistableObject